home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 102 / Computer Shopper 102 / Computer SHOPPER_102.iso / browser.exe / browser.DXR / 00008.ls < prev    next >
Encoding:
Text File  |  1996-06-01  |  767 b   |  38 lines

  1. on startMovie
  2. end
  3.  
  4. on widget
  5.   repeat with n = 2 to 14
  6.     set the visible of sprite n to 0
  7.     if rollOver(2) = 1 then
  8.       set the visible of sprite 13 to 1
  9.       next repeat
  10.     end if
  11.     if rollOver(3) = 1 then
  12.       set the visible of sprite 9 to 1
  13.       next repeat
  14.     end if
  15.     if rollOver(4) = 1 then
  16.       set the visible of sprite 14 to 1
  17.       next repeat
  18.     end if
  19.     if rollOver(6) = 1 then
  20.       set the visible of sprite 11 to 1
  21.       next repeat
  22.     end if
  23.     if rollOver(7) = 1 then
  24.       set the visible of sprite 12 to 1
  25.       next repeat
  26.     end if
  27.     if rollOver(5) = 1 then
  28.       set the visible of sprite 10 to 1
  29.       next repeat
  30.     end if
  31.     set the visible of sprite n to 0
  32.   end repeat
  33. end
  34.  
  35. on tic
  36.   puppetSound("Mouse Down")
  37. end
  38.